Hatch Class

Represents hatch for filling graphic objects. A hatch is a simple pattern of straight lines that is repeated in the fill area.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class Hatch
Inheritance
Object    Hatch

Constructors

Hatch Initializes a new instance of the Hatch class.

Properties

Angle Specifies the rotation angle of hatch lines.
Color Specifies the color of hatch lines.
DisplayName Specifies the name of a hatch style.
Distance Specifies the distance between two hatch lines.
Name Specifies the name by which a hatch element can be referenced.
Style Specifies the rendering for a hatch. The defined values for the draw:style attribute are: -double, defines a hatch that is made of a set of parallel lines along the axis of the hatch and a set of parallel lines perpendicular to the axis of the hatch. -single, defines a hatch that is made of parallel lines along the axis of the hatch. -triple, defines a hatch that is made of a set of parallel lines along the axis of the hatch, a set of parallel lines perpendicular to the axis of the hatch and a set of lines along 45 degree clockwise to the axis of the hatch.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current Hatch object to its equivalent string representation.
(Overrides ObjectToString)

See Also